Implement Follow Up Question And Answer Flow#376
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a new FollowUp component to display questions, answers, and follow-up prompts, integrates it into the home page with mock data for demonstration, and updates color tokens in colors.json. The review feedback highlights opportunities to improve HTML semantics and accessibility in the FollowUp component by replacing the h2 heading with a paragraph tag and using a div instead of a p tag for multi-paragraph answers. Additionally, it is recommended to make the conditional rendering of panels in PageHome mutually exclusive to prevent concurrent rendering issues during transitions.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
nick-nlb
left a comment
There was a problem hiding this comment.
Thanks Paulo!
I don't think we've had significant discussion yet on the flow of back-and-forth interaction between DW and the user before DW breaks into showing data. Let's add that to the agenda for Friday.
Overview
This PR implements follow up question and answer flow. Note: How this is connected is still up in the air so for now just hooked up a very basic flow. It's very temporary but will be reworked later so wouldn't pay too much attention to that part for now.
Screenshot
Testing